Dashboard Temp Share Shortlinks Frames API

HTMLify

style.css
Views: 15 | Author: huxn-webdev
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container {
  width: 70%;
  padding: 10px;
}

.main {
  text-align: center;
  padding: 10px;
  font-size: 2em;
  border: 3px solid white;
}

.typingArea {
  width: 100%;
  height: 350px;
  margin-top: 20px;
}

.btn {
  width: 20%;
  outline: none;
  border: none;
  font-size: 2em;
  padding: 10px;
  color: white;
  background-color: blueviolet;
  margin-top: 20px;
}